Read OBJ file
¶
In [1]:
import
py3d
o
=
py3d
.
read_obj
(
"Plate.obj"
,
"Plate.jpg"
)
o
.
as_mesh
()
Out[1]: